home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.5 KB | 61 lines | [TEXT/MPS ] |
- /*
- File: VideoServices.idl
-
- Contains: Video Services Library Interfaces.
-
- Version: Technology: PowerSurge 1.0.2
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __VIDEOSERVICES_IDL__
- #define __VIDEOSERVICES_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __NAMEREGISTRY_IDL__
- #include <NameRegistry.idl>
- #endif
- #ifndef __QUICKDRAW_IDL__
- #include <Quickdraw.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- typedef OpaquePtr UInt32Ptr; /* Substituted OpaquePtr for “UInt32*” */
-
- typedef SOMLargeStruct HardwareCursorDescriptorRec; /* Derived from a struct of 100 bytes in size */
-
- typedef OpaquePtr HardwareCursorDescriptorPtr; /* Substituted OpaquePtr for “HardwareCursorDescriptorRec*” */
-
- typedef SOMLargeStruct HardwareCursorInfoRec; /* Derived from a struct of 44 bytes in size */
-
- typedef OpaquePtr HardwareCursorInfoPtr; /* Substituted OpaquePtr for “HardwareCursorInfoRec*” */
-
- typedef ResType InterruptServiceType;
-
- typedef UInt32 InterruptServiceIDType;
-
- typedef OpaquePtr InterruptServiceIDPtr; /* Substituted OpaquePtr for “InterruptServiceIDType*” */
-
- #if FOR_SYSTEM7_ONLY
- #endif
- #if FOR_SYSTEM8_PREEMPTIVE
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __VIDEOSERVICES_IDL__ */
-
-